home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2004-03-08  |  3.2 KB  |  144 lines

  1. object AboutBox: TAboutBox
  2.   Left = 279
  3.   Top = 184
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 297
  9.   ClientWidth = 312
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poMainFormCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 8
  24.     Top = 6
  25.     Width = 294
  26.     Height = 87
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object Label2: TLabel
  31.       Left = 169
  32.       Top = 3
  33.       Width = 114
  34.       Height = 14
  35.       Alignment = taRightJustify
  36.       AutoSize = False
  37.       Caption = '"The Golden Retriever"'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlue
  40.       Font.Height = -11
  41.       Font.Name = 'Arial'
  42.       Font.Pitch = fpVariable
  43.       Font.Style = []
  44.       ParentFont = False
  45.       Transparent = True
  46.       IsControl = True
  47.     end
  48.     object Image1: TImage
  49.       Left = 8
  50.       Top = 3
  51.       Width = 84
  52.       Height = 80
  53.       AutoSize = True
  54.       Center = True
  55.       Picture.Data = {<image000.bmp>}
  56.       Transparent = True
  57.     end
  58.     object RzURLLabel2: TRzURLLabel
  59.       Left = 121
  60.       Top = 22
  61.       Width = 163
  62.       Height = 61
  63.       AutoSize = False
  64.       Caption = 'Golden32'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clNavy
  67.       Font.Height = -27
  68.       Font.Name = 'Arial'
  69.       Font.Style = [fsBold, fsItalic]
  70.       ParentFont = False
  71.       BevelWidth = 0
  72.       BorderInner = fsGroove
  73.       BorderOuter = fsGroove
  74.       BorderSides = [sdLeft, sdTop]
  75.       ShadowDepth = 3
  76.       TextStyle = tsShadow
  77.       URL = 'http://www.benthicsoftware.com'
  78.     end
  79.     object RzURLLabel1: TRzURLLabel
  80.       Left = 188
  81.       Top = 61
  82.       Width = 81
  83.       Height = 13
  84.       Caption = 'Benthic Software'
  85.       Color = clBtnFace
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentColor = False
  92.       ParentFont = False
  93.       BevelWidth = 0
  94.       FlyByColor = clYellow
  95.       FlyByEnabled = True
  96.       URL = 'http://www.benthicsoftware.com'
  97.       UnvisitedColor = clBlack
  98.       VisitedColor = clBlack
  99.     end
  100.   end
  101.   object Panel4: TPanel
  102.     Left = 8
  103.     Top = 97
  104.     Width = 295
  105.     Height = 159
  106.     BevelInner = bvRaised
  107.     BevelOuter = bvLowered
  108.     TabOrder = 1
  109.     object Memo1: TMemo
  110.       Left = 2
  111.       Top = 2
  112.       Width = 291
  113.       Height = 155
  114.       TabStop = False
  115.       Align = alClient
  116.       Alignment = taCenter
  117.       BorderStyle = bsNone
  118.       Ctl3D = False
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Pitch = fpVariable
  124.       Font.Style = []
  125.       ParentColor = True
  126.       ParentCtl3D = False
  127.       ParentFont = False
  128.       ReadOnly = True
  129.       TabOrder = 0
  130.       WordWrap = False
  131.     end
  132.   end
  133.   object Button1: TRzButton
  134.     Left = 8
  135.     Top = 262
  136.     Width = 87
  137.     Height = 26
  138.     ModalResult = 1
  139.     Caption = '&Close'
  140.     HotTrack = True
  141.     TabOrder = 2
  142.   end
  143. end
  144.